| GUI Help > Create > createTrackbar | ||||||||||||||
|
createTrackbar |
||||||||||||||
| int handle=createTrackbar(int x, int y, int width, int height, int orientation, handle parent) | ||||||||||||||
|
Description: Creates a trackbar. Trackbar controls are similar to scrollbars except they have a pointer rather than a thumb, and at the side of the trackbar are a series of markers like a grid scale. Trackbars are the gadgets found in the Windows Sound Volume program. |
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |